img {
  display: none;
}
a::after {
  content: attr(alt);
}

/* Under 320px width displaying not supported sign */
html::before {
  content: "Figyelem! Ez a képernyőfelbontás nem támogatott!";
  color: red;
}
